3.33 \(\int (c+d x)^m (a+a \coth (e+f x)) \, dx\)

Optimal. Leaf size=20 \[ \text{Unintegrable}\left ((c+d x)^m (a \coth (e+f x)+a),x\right ) \]

[Out]

Unintegrable[(c + d*x)^m*(a + a*Coth[e + f*x]), x]

________________________________________________________________________________________

Rubi [A]  time = 0.0268701, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int (c+d x)^m (a+a \coth (e+f x)) \, dx \]

Verification is Not applicable to the result.

[In]

Int[(c + d*x)^m*(a + a*Coth[e + f*x]),x]

[Out]

Defer[Int][(c + d*x)^m*(a + a*Coth[e + f*x]), x]

Rubi steps

\begin{align*} \int (c+d x)^m (a+a \coth (e+f x)) \, dx &=\int (c+d x)^m (a+a \coth (e+f x)) \, dx\\ \end{align*}

Mathematica [A]  time = 13.5735, size = 0, normalized size = 0. \[ \int (c+d x)^m (a+a \coth (e+f x)) \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(c + d*x)^m*(a + a*Coth[e + f*x]),x]

[Out]

Integrate[(c + d*x)^m*(a + a*Coth[e + f*x]), x]

________________________________________________________________________________________

Maple [A]  time = 0.085, size = 0, normalized size = 0. \begin{align*} \int \left ( dx+c \right ) ^{m} \left ( a+a{\rm coth} \left (fx+e\right ) \right ) \, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x+c)^m*(a+a*coth(f*x+e)),x)

[Out]

int((d*x+c)^m*(a+a*coth(f*x+e)),x)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)^m*(a+a*coth(f*x+e)),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left ({\left (a \coth \left (f x + e\right ) + a\right )}{\left (d x + c\right )}^{m}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)^m*(a+a*coth(f*x+e)),x, algorithm="fricas")

[Out]

integral((a*coth(f*x + e) + a)*(d*x + c)^m, x)

________________________________________________________________________________________

Sympy [A]  time = 0., size = 0, normalized size = 0. \begin{align*} a \left (\int \left (c + d x\right )^{m} \coth{\left (e + f x \right )}\, dx + \int \left (c + d x\right )^{m}\, dx\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)**m*(a+a*coth(f*x+e)),x)

[Out]

a*(Integral((c + d*x)**m*coth(e + f*x), x) + Integral((c + d*x)**m, x))

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\left (a \coth \left (f x + e\right ) + a\right )}{\left (d x + c\right )}^{m}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)^m*(a+a*coth(f*x+e)),x, algorithm="giac")

[Out]

integrate((a*coth(f*x + e) + a)*(d*x + c)^m, x)